home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / gardenin.swf / scripts / DefineSprite_600 / frame_23 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  346 b   |  21 lines

  1. if(_parent._parent.mc._currentframe == 1)
  2. {
  3.    _parent._parent.mc.gotoAndStop(3);
  4. }
  5. if(_parent._currentframe > 17)
  6. {
  7.    _parent.gotoAndStop("game");
  8. }
  9. else
  10. {
  11.    _parent.tonic_ok = true;
  12.    if(_parent.weed_mc._currentframe == 1)
  13.    {
  14.       _parent.flower_mc.mc.play();
  15.    }
  16.    else
  17.    {
  18.       _parent.weed_mc.mc.play();
  19.    }
  20. }
  21.